home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / s / sas_utilities / sasutilities01.dms / sasutilities01.adf / Commands / Count.doc < prev    next >
Text File  |  1992-12-21  |  1KB  |  42 lines

  1. Count(V37)                                             Count(V37)
  2.  
  3.  
  4. FORMAT
  5.        COUNT [[FROM](name|pattern)...]
  6.              [LINES] [WORDS] [BYTES|CHARS]
  7.  
  8. TEMPLATE
  9.        FROM/M,LINES/S,WORDS/S,BYTES=CHARS/S
  10.  
  11. PURPOSE
  12.        To count lines, words, and characters.
  13.  
  14. SPECIFICATION
  15.        COUNT  counts  lines,  words,  and characters in the named
  16.        files, or in the default input if  no  names  appear.   It
  17.        also keeps a total count for all named files.  A word is a
  18.        maximal string of characters delimited by spaces, tabs, or
  19.        new-lines.
  20.  
  21.        The  switches LINES, WORDS, and CHARS may be used to spec-
  22.        ify that a subset of lines, words, and characters  are  to
  23.        be  reported.   If no switches are given COUNT defaults to
  24.        all of them.
  25.  
  26.        When names are specified on the command line, they will be
  27.        printed along with the counts.
  28.  
  29. AUTHOR
  30.        Torsten Poulin (torsten@diku.dk)
  31.  
  32. UNRESTRICTIONS
  33.        COUNT  is free; anyone may redistribute copies of COUNT to
  34.        anyone under the terms stated in the  GNU  General  Public
  35.        Licence, a copy of which accompanies each copy of COUNT.
  36.  
  37.        Torsten Poulin encourages you to improve and extend COUNT,
  38.        and urges that  you  contribute  your  extensions  to  the
  39.        world.
  40.  
  41. Count version 37.9         20 June 1993
  42.